Method GeneratePvtSelect(IReadOnlyList<FieldInfo>, string)
Generates PVT subquery for SELECT (data retrieval).
For nested Dictionary fields uses CTE + LEFT JOIN.
Supports ListItem.Value/Alias via JOIN with _list_items.
public string GeneratePvtSelect(IReadOnlyList<FieldInfo> fields, string tableAlias = "o")